home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / wdj1096.zip / ZOLMAN.ZIP / DRAW.ZIP / STDAFX.H < prev   
C/C++ Source or Header  |  1996-05-22  |  534b  |  15 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  6.  
  7. #include <afxctl.h>         // MFC support for OLE Controls
  8.  
  9. // Delete the two includes below if you do not wish to use the MFC
  10. //  database classes
  11. #ifndef _UNICODE
  12. #include <afxdb.h>            // MFC database classes
  13. #include <afxdao.h>            // MFC DAO database classes
  14. #endif //_UNICODE
  15.